type runtime.functype
10 uses
runtime (current package)
mfinal.go#L394: ft := (*functype)(unsafe.Pointer(ftyp))
type.go#L80: functype
type.go#L295: func (t *functype) in() []*_type {
type.go#L297: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L304: func (t *functype) out() []*_type {
type.go#L306: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L314: func (t *functype) dotdotdot() bool {
type.go#L397: type functype struct {
type.go#L618: ft := (*functype)(unsafe.Pointer(t))
type.go#L619: fv := (*functype)(unsafe.Pointer(v))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)